Fix link in deprecation note.
authorMatthias Clasen <maclas@gmx.de>
Wed, 7 Jan 2004 23:12:32 +0000 (23:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 7 Jan 2004 23:12:32 +0000 (23:12 +0000)
Thu Jan  8 00:14:02 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/tmpl/gtkmain.sgml (gtk_input_add_full): Fix link in deprecation
note.

docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkmain.sgml

index 10dc918aad2051c4a385fd43860e6d115a6a5194..0337bb7d5f82e82d4ab0b8ebdbd865d78a88394e 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jan  8 00:14:02 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/tmpl/gtkmain.sgml (gtk_input_add_full): Fix link in deprecation
+       note.
+
 Wed Jan  7 22:25:45 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtk-sections.txt: Add gtk_action_new, gtk_toggle_action_new,
index d609f7de67009675d6e7aa73c68d5cbb6006c1c1..b55a153236b3c88ae534832cd10910f8489a1c95 100644 (file)
@@ -562,7 +562,7 @@ on a file descriptor.
 @destroy: callback function to call with @data when the input
   handler is removed, or %NULL.
 @Returns: A unique id for the event source; to be used with gtk_input_remove().
-@Deprecated: Use g_io_watch_full() instead.
+@Deprecated: Use g_io_add_watch_full() instead.
 
 
 <!-- ##### FUNCTION gtk_input_remove ##### -->